home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / oper_sys / fp / ifp_unix.lzh / ifp / fproot / math / linear / Aik < prev    next >
Encoding:
Text File  |  1987-02-09  |  137 b   |  9 lines

  1. (* Tail of matrix after gaussian elimination on (1|1) *)
  2.  
  3. DEF Aik AS 
  4.    [
  5.       MatTail, 
  6.       [Li1|tl,U1k|tl] | Outer
  7.    ] | MatSub;
  8.  
  9.